home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The PC-SIG Library 10
/
The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso
/
PC_SIGCD
/
12
/
7
/
DISK1277.ZIP
/
PCMECH20.EXE
/
lha
/
INSTALL.BAT
< prev
next >
Wrap
DOS Batch File
|
1990-01-01
|
546b
|
20 lines
ECHO OFF
CLS
ECHO CREATING PC MECHANIC SUBDIRECTORY
CD\
MD\PCMECH
CD\PCMECH
ECHO COPYING FILES.......PLEASE STANDBY
COPY A:*.EXE
COPY A:*.FRM
COPY A:*.OVL
ECHO COPYING COMPLETE
PAUSE
CLS
ECHO To complete the installation, it is necessary to copy a
ECHO few files from your DOS disk to the hard disk, and then
ECHO load the PC MECHANIC program to create the necessary data
ECHO files. Just follow the directions in the USERS MANUAL
ECHO and you should have no problems. Good luck.